home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
pluginy Firefox
/
14642
/
14642.xpi
/
chrome
/
content
/
historyCalDay.xul
< prev
next >
Wrap
Extensible Markup Language
|
2009-09-23
|
570b
|
17 lines
<?xml version="1.0"?>
<!-- Copyright 2009, Boomtango.com, All Rights Reserved -->
<overlay id="calday"
xmlns:html="http://www.w3.org/1999/xhtml"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<scrollbox id="body" flex="1">
<grid flex="1">
<columns>
<column class="calColLabel" flex="0"/>
<column flex="1" />
</columns>
<rows id="hourdata">
</rows>
</grid>
</scrollbox>
</overlay>